home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts44-07
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c
- Subject: Re: **HELP,BORLAND,.LIB's - AAARRRRGGHH!
- Date: Fri, 02 Feb 96 17:44:13 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4eti7f$7s1@sam.inforamp.net>
- References: <310CC339.2781E494@ap.co.umist.ac.uk>
- NNTP-Posting-Host: ts44-07.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <310CC339.2781E494@ap.co.umist.ac.uk>,
- Dan Evans <dan@ap.co.umist.ac.uk> wrote:
- >I want to write my own .LIB's
- >and .H's so they provide me
- >with generic functions for my
- >whole set of programs. I have
- >version 4.5
- >
- >I CAN'T DO IT - HEEELLLLPPP!
- >
- >
- >I can create a .LIB in the project
- >heirarchy window with the tree
- >type arrangement, but it won't
- >let me open a window to type C
- >code into
- >
- >'can't associate window editor
- >type' is the error I get
- >
- >
- >Can anyone who has done this
- >please post up their answers.
- >
- >
- >THANKS :-)
- >
- >Dan (dan@ap.co.umist.ac.uk)
-
- You have to create a - child folder - source file.
- The IDE will compile the source file and add it to your library.
- Highlight the library in the IDE and hit INS.
- You will be prompt for the name of the source file
- you want to add to the library (example c:\mylib\test.cpp).
- I hope this answer your question.
- If not, I could elaborate.
-
- Agrivar
-